System.ICloneable.Clone Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Implements ICloneable.Clone. Makes a shallow clone of this dictionary; i.e., if keys or values are reference types, then they are not cloned.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private Object ICloneable.Clone()
Visual Basic (Declaration)
Private Function System.ICloneable.Clone As Object Implements ICloneable.Clone
Visual C++
private:
virtual Object^ System.ICloneable.Clone () sealed = ICloneable::Clone

Return Value

The cloned dictionary.

See Also